runtime/pprof.memMap.end (field)

4 uses

	runtime/pprof (current package)
		proto.go#L49: 	end     uintptr // The limit of the address range occupied by this mapping.
		proto.go#L383: 		b.pbMapping(tagProfile_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
		proto.go#L633: 		if b.mem[i].start <= addr && addr < b.mem[i].end || b.mem[i].fake {
		proto.go#L760: 		end:     uintptr(hi),